travis-ci: Use a git URI for dtc.git
authorTom Rini <[email protected]>
Thu, 20 Oct 2016 15:04:10 +0000 (11:04 -0400)
committerTom Rini <[email protected]>
Mon, 24 Oct 2016 12:06:27 +0000 (08:06 -0400)
Currently we fail to fetch the dtc.git tree due to an SSL issue within
the travis-ci environment.  The easiest fix here is to switch to a git
URI.

Signed-off-by: Tom Rini <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
.travis.yml

index 845f6cad9400dada7bd76c56983fbd38cd4307c3..2f1d05d443f52cb0497ce8bdbf24439ce54caec2 100644 (file)
@@ -25,7 +25,7 @@ cache:
 
 install:
  # install latest device tree compiler
- - git clone --depth=1 https://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc
+ - git clone --depth=1 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc
  - make -j4 -C /tmp/dtc
  # prepare buildman environment
  - export BUILDMAN_ROOT="root:"